mirror of
https://github.com/clearlinux/graphene.git
synced 2026-09-06 13:51:28 +00:00
[LibOS] Use implicit pattern rule in benchmark/Makefile
Static pattern rule isn't needed in benchmark/Makefile.
This commit is contained in:
committed by
Michał Kowalczyk
parent
aef0f4ab64
commit
1089dd015e
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user