Merge pull request #1042 from LudwigOrtmann/native_make-all-debug-target

native/make: add missing target
This commit is contained in:
Ludwig Ortmann 2014-04-22 17:33:01 +02:00
commit e3acf0835d

View File

@ -66,6 +66,8 @@ endif
all: # do not override first target
all-debug: all
all-gprof: all
all-valgrind: all