Skip to content

Commit

Permalink
Changed Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
elvishribeiro committed Dec 13, 2019
1 parent 894fcfc commit 1c00576
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ main.o: main.c $(H_SOURCE)
$(CC) -o $@ $< $(CC_FLAGS)

clean:
rm -rf *.o $(PROJ_NAME) *~
rm -rf *.o *.out *.dot *.txt $(PROJ_NAME) *~

0 comments on commit 1c00576

Please sign in to comment.