Merge branch 'svn-trunk'

This commit is contained in:
Bart Van Assche
2019-02-28 20:20:05 -08:00
3 changed files with 0 additions and 3 deletions

View File

@@ -61,7 +61,6 @@ install: all
uninstall:
rm -f $(INSTALL_DIR)/$(PROGS)
rm -rf $(INSTALL_DIR)
clean:
rm -f *.o $(PROGS) .depend*

View File

@@ -82,7 +82,6 @@ install: all
uninstall:
rm -f $(INSTALL_DIR)/$(PROGS)
rm -rf $(INSTALL_DIR)
clean:
rm -f *.o $(PROGS) .depend*

View File

@@ -65,7 +65,6 @@ install: all
uninstall:
rm -f $(INSTALL_DIR)/$(PROGS)
rm -rf $(INSTALL_DIR)
clean:
rm -f *.o $(PROGS) .depend*