Skip to content

Commit

Permalink
Added exam.txt to make clean
Browse files Browse the repository at this point in the history
  • Loading branch information
kittydoor committed May 6, 2017
1 parent 6b0e7f3 commit fca9ca9
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 @@ -22,7 +22,7 @@ build/%.o: src/%.cpp src/%.h src/constants.h
$(CC) -o $@ $< -c

clean:
rm -rf bin build
rm -rf bin build exam.txt

#build/classroom.o: src/classroom.cpp src/classroom.h
# $(CC) -o $@ $< -c
Expand Down

0 comments on commit fca9ca9

Please sign in to comment.