diff options
| author | Roland Reichwein <mail@reichwein.it> | 2020-11-12 18:39:38 +0100 | 
|---|---|---|
| committer | Roland Reichwein <mail@reichwein.it> | 2020-11-12 18:39:38 +0100 | 
| commit | 9f28c5b7fb5d97d5b5def918978d4232e5dde31e (patch) | |
| tree | cc03a4824e53531cca0b1a0fdc87a1278e42d493 /Makefile | |
| parent | 32e19781c554c83643fcab4c4f39a6a552c367f5 (diff) | |
implement restore of head recursion
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -94,7 +94,7 @@ TESTSRC=\  SRC=$(PROGSRC) mcc.cpp  all: test-$(PROJECTNAME) mcc -	./test-$(PROJECTNAME) #--gtest_filter='CppTest.compile_2_times' +	./test-$(PROJECTNAME) --gtest_filter='CppTest.compile'  # testsuite ----------------------------------------------  test-$(PROJECTNAME): $(TESTSRC:.cpp=.o) | 
