mirror of
https://github.com/jeremysrand/abCalc.git
synced 2024-12-26 15:29:15 +00:00
Fix make problem with the shell command and add it to the docs
This commit is contained in:
parent
c96d4f3a09
commit
9eb08f1f94
2
Makefile
2
Makefile
@ -20,7 +20,7 @@ $(NDA_NAME): $(NDA_OBJS) $(NDA_NAME).r
|
||||
occ -M -o $(NDA_NAME) $(NDA_OBJS) > $(NDA_NAME).map
|
||||
chtyp -t nda $(NDA_NAME)
|
||||
|
||||
abCalcMain.o: abCalcMain.c
|
||||
abCMain.o: abCMain.c
|
||||
occ $(CFLAGS) -c -o $@ $<
|
||||
|
||||
$(NDA_NAME).o: $(NDA_NAME).c
|
||||
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user