From: Erez Zadok Date: Sat, 14 May 2022 23:00:14 +0000 (-0400) Subject: generalize makefile X-Git-Url: https://git.fsl.cs.stonybrook.edu/?a=commitdiff_plain;h=3b5b6d3478a1da85d77b85381b9be58ca2119247;p=wrapfs-mgmt.git generalize makefile --- diff --git a/idmap-tests/Makefile b/idmap-tests/Makefile index 8227b2a..8de8157 100644 --- a/idmap-tests/Makefile +++ b/idmap-tests/Makefile @@ -1,4 +1,7 @@ -mount-idmapped: - gcc mount-idmapped.c -o mount-idmapped +CC=gcc + +mount-idmapped: mount-idmapped.c + $(CC) $< -o $@ + test: mount-idmapped sh test.sh