Skip to content

Commit

Permalink
Makefile: add an option to clean up object files
Browse files Browse the repository at this point in the history
Signed-off-by: Karthik Nayak <[email protected]>
  • Loading branch information
KarthikNayak committed May 2, 2016
1 parent fa0ddd9 commit 9c89809
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,6 @@ $(EXECUTABLE): $(OBJECTS)

.cpp.o:
$(CC) $(CFLAGS) $< -o $@

clean:
rm *.o controls BlackLib/*.o

0 comments on commit 9c89809

Please sign in to comment.