mirror of
https://github.com/jeremysrand/abCalc.git
synced 2025-08-15 08:27:27 +00:00
Fix make problem with the shell command and add it to the docs
This commit is contained in:
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
Reference in New Issue
Block a user