Kaydet (Commit) 8574b1f5 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Add "clean" target

üst c91f279e
...@@ -27,3 +27,6 @@ all: $(APPDIR)/$(APP) ...@@ -27,3 +27,6 @@ all: $(APPDIR)/$(APP)
$(APPDIR)/$(APP): $(SRCS) $(APPDIR)/$(APP): $(SRCS)
mkdir -p $(APPDIR) mkdir -p $(APPDIR)
$(CXX) -o $@ $(CFLAGS) $(gb_OBJCXXFLAGS) $(SRCS) $(LIBS) $(CXX) -o $@ $(CFLAGS) $(gb_OBJCXXFLAGS) $(SRCS) $(LIBS)
clean:
rm -rf $(APPDIR)
Markdown is supported
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