No need to remove object files.

This commit is contained in:
Nicolás Ortega Froysa 2017-11-17 17:22:34 +01:00
parent 904a4ce55f
commit bfffe7b798
No known key found for this signature in database
GPG Key ID: FEC70E3BAE2E69BF

View File

@ -24,4 +24,4 @@ demo:
$(CC) -o $(BIN) main.c $(CFLAGS) $(LDFLAGS)
clean:
rm -f $(BIN) *.o
rm -f $(BIN)