Browse Source

Fix make clean

gh-pages
falkTX 9 years ago
parent
commit
5189086447
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      dgl/Makefile

+ 1
- 1
dgl/Makefile View File

@@ -72,7 +72,7 @@ src/Window.mm.o: src/Window.cpp src/pugl/*
# --------------------------------------------------------------

clean:
rm -f src/*.o src/pugl/*.o src/freetype-gl/*.o ../libdgl.*
rm -f src/*.d src/*.o ../libdgl.*

debug:
$(MAKE) DEBUG=true


Loading…
Cancel
Save