diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -8,9 +8,15 @@ all: fnchat.xex fnchat.xex: $(PARTS) cat $(PARTS) > fnchat.xex -client.xex: +client.xex: client + +client: $(MAKE) -f Makefile.client +clean: + rm -f $(PARTS) + $(MAKE) -f Makefile.client clean + %.xex: %.asm $(ATASM) -o$@ $< |
