not needed

old-commit-hash: 43f7fe178dbf3a61422e48ab921fe39128395f43
This commit is contained in:
Willem Melching
2020-05-14 17:59:26 -07:00
parent 9cc9be5bb3
commit 3339270bf3
-2
View File
@@ -1,8 +1,6 @@
CC := gcc
CXX := g++
PHONELIBS?=../../../../phonelibs
UNAME_S := $(shell uname -s)
index_log: index_log.cc
$(eval $@_TMP := $(shell mktemp))
$(CXX) -std=gnu++11 -o $($@_TMP) \