[LibOS] Use implicit pattern rule in benchmark/Makefile

Static pattern rule isn't needed in benchmark/Makefile.
This commit is contained in:
Isaku Yamahata
2019-08-26 00:17:10 +02:00
committed by Michał Kowalczyk
parent aef0f4ab64
commit 1089dd015e
+2 -2
View File
@@ -21,10 +21,10 @@ LDLIBS-rpc_latency.libos += -llibos
LDLIBS-rpc_latency2.libos += -llibos
LDLIBS-test_start.m += -lm
$(c_executables): %: %.c
%: %.c
$(call cmd,csingle)
$(cxx_executables): %: %.cpp
%: %.cpp
$(call cmd,cxxsingle)
else
.IGNORE: $(c_executables) $(cxx_executables)