File tree Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Original file line number Diff line number Diff line change 1
- SUBDIRS = console ticalc ace cpm embedded msx osca rex sam sms sos spectrum vz z88 zxvgs pacman rcmx000 g800 gb c128 nabu sound ticalc/multi_page_flash_app banked
1
+ SUBDIRS = console ticalc ace cpm embedded msx osca rex sam sms sos spectrum vz z88 zxvgs pacman rcmx000 g800 gb c128 nabu sound ticalc/multi_page_flash_app banked aquarius
2
2
CLEANDIRS = $(SUBDIRS:%=%-clean )
3
3
4
4
Original file line number Diff line number Diff line change
1
+ CC: =zcc
2
+ CFLAGS: = +aquarius -m -DSOUND -create-app
3
+
4
+ PROJECTS: = _dstar.caq dstar.aqx
5
+
6
+ .PHONY : all clean
7
+
8
+ all : $(PROJECTS )
9
+
10
+ clean :
11
+ rm -f * .caq * .aqx * .map * .bin
12
+
13
+ _dstar.caq : dstar.c dstar.h
14
+ $(CC ) $(CFLAGS ) $< -odstar.bin
15
+
16
+ dstar.aqx : dstar.c dstar.h
17
+ $(CC ) $(CFLAGS ) -subtype=aqx $< -odstar_aqplus.bin
You can’t perform that action at this time.
0 commit comments