diff options
Diffstat (limited to 'starts/meaning-vm/makefile')
-rw-r--r-- | starts/meaning-vm/makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/starts/meaning-vm/makefile b/starts/meaning-vm/makefile index f1b4b12..920987a 100644 --- a/starts/meaning-vm/makefile +++ b/starts/meaning-vm/makefile @@ -11,7 +11,5 @@ liblevel%.a: level-%/*.hpp ar ru $@ $^ ranlib $@ -#main: main.o concept.o helpers.o memorystore.o meaning.o -#*.o: *.hpp */*.hpp clean: - -rm *.o main level0 level1 level2 *.a */*.o + -rm *.o level? *.a */*.o |