Fixed compile break (no install target)
This commit is contained in:
parent
4fc24ad58f
commit
83ef55e301
1 changed files with 2 additions and 0 deletions
|
@ -22,6 +22,8 @@ all build: $(OBJECTS)
|
||||||
clean:
|
clean:
|
||||||
rm -f *.o *.bak
|
rm -f *.o *.bak
|
||||||
|
|
||||||
|
install:
|
||||||
|
|
||||||
# Dependencies
|
# Dependencies
|
||||||
a = $m/config.h $i/ansi.h $m/type.h $m/com.h $m/callnr.h $s/types.h \
|
a = $m/config.h $i/ansi.h $m/type.h $m/com.h $m/callnr.h $s/types.h \
|
||||||
$m/const.h $m/syslib.h $m/utils.h \
|
$m/const.h $m/syslib.h $m/utils.h \
|
||||||
|
|
Loading…
Reference in a new issue