Skip to content
Snippets Groups Projects
Commit 6309ade5 authored by Wesley W. Terpstra's avatar Wesley W. Terpstra
Browse files

Improve make clean

parent dcab590b
Branches
Tags
No related merge requests found
......@@ -114,7 +114,7 @@ test/%: test/%.cpp $(LIBRARY)
$(CXX) $(CXXFLAGS) -o $@ $^ $(LIBS)
clean:
rm -f $(LIBRARY) $(OBJECTS) $(GOALS)
rm -f $(LIBRARY)* $(ARCHIVE) $(OBJECTS) $(TOOLS)
%.o: %.c
$(CC) $(CFLAGS) -o $@ -c $^
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment