diff options
author | johannst <johannes.stoelp@gmail.com> | 2020-10-04 10:49:43 +0200 |
---|---|---|
committer | johannst <johannes.stoelp@gmail.com> | 2020-10-04 10:49:43 +0200 |
commit | 6f09346f55ccfa91cf064408f985d7df490af1c1 (patch) | |
tree | fce5cb83c63117fa6326a948a6f2673f1d6670c0 /Makefile | |
parent | 4f69e91b44b4ae80b90aa25ce1114ed338923fd4 (diff) | |
download | matcha-threads-6f09346f55ccfa91cf064408f985d7df490af1c1.tar.gz matcha-threads-6f09346f55ccfa91cf064408f985d7df490af1c1.zip |
fix re-build in top-level Makefile
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -11,6 +11,7 @@ CXXFLAGS := -g -O0 -Wall -Wextra -I. lib/libmatcha.a: make -C lib ARCH=$(ARCH) +.PHONY: lib/libmatcha.a %.o: %.cc $(CXX) -c -o $@ $^ $(CXXFLAGS) |