fix
This commit is contained in:
parent
9ca077835b
commit
2b3b709e22
3 changed files with 14 additions and 14 deletions
2
Makefile
2
Makefile
|
|
@ -13,4 +13,4 @@ taiga$(E): $(OBJS)
|
|||
$(CC) $(LDFLAGS) -o $@ $(OBJS) $(LIBS)
|
||||
|
||||
clean:
|
||||
rm -f *.o taiga taiga.exe
|
||||
rm -f src/*.o taiga taiga.exe
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue