summaryrefslogtreecommitdiffstats
path: root/Gui
diff options
context:
space:
mode:
Diffstat (limited to 'Gui')
-rw-r--r--Gui/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gui/Makefile b/Gui/Makefile
index 1fd87559fe..db2567f031 100644
--- a/Gui/Makefile
+++ b/Gui/Makefile
@@ -32,7 +32,7 @@ $(LIB): .depend $(OBJS)
all: $(LIB)
clean:
- rm -rf $(OBJS) *.o *~ *.bak main $(PRG) $(LIB) .depend
+ rm -rf $(OBJS) *.o *~ *.bak main $(LIB) .depend
#dep: depend
#