Fix make problem with the shell command and add it to the docs

This commit is contained in:
Jeremy Rand 2013-09-26 23:15:57 -04:00
parent c96d4f3a09
commit 9eb08f1f94
2 changed files with 2 additions and 2 deletions

View File

@ -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