forgot to remove this one

This commit is contained in:
NishiOwO 2025-04-05 01:54:18 +09:00
parent 72b5372f70
commit 1963964ee6
No known key found for this signature in database
GPG Key ID: 27EF69B208EB9343

View File

@ -1,10 +0,0 @@
.SUFFIXES: .c .o
.PHONY: all clean
all: $(TARGET)
.c.o:
$(CC) $(CFLAGS) -c -o $@ $<
clean:
rm -f $(TARGET) *.a *.exe *.o */*.o */*/*.o ext_*