Some more linter warnings
This commit is contained in:
parent
b729853e7a
commit
aca6d79087
4 changed files with 5 additions and 5 deletions
2
Makefile
2
Makefile
|
@ -74,7 +74,7 @@ newdb.c newdb.h: newdungeon.py adventure.yaml
|
|||
python3 newdungeon.py
|
||||
|
||||
linenoise.o: linenoise/linenoise.h
|
||||
$(CC) -c linenoise/linenoise.c
|
||||
$(CC) $(CCFLAGS) -c linenoise/linenoise.c
|
||||
|
||||
dungeon: dungeon.o common.o
|
||||
$(CC) $(CCFLAGS) -o $@ dungeon.o common.o
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue