This commit is contained in:
Nishi 2026-03-01 03:20:46 +09:00
commit 2b3b709e22
Signed by: nishi
GPG key ID: 27EF69B208EB9343
3 changed files with 14 additions and 14 deletions

View file

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