Ajout de nouveaux fichiers de test et suppression de fichiers obsolètes
This commit is contained in:
8
tests/test-17-rule-without-command/make/Makefile
Normal file
8
tests/test-17-rule-without-command/make/Makefile
Normal file
@@ -0,0 +1,8 @@
|
||||
all: dep1 dep2
|
||||
|
||||
dep1:
|
||||
|
||||
dep2: dep3
|
||||
|
||||
dep3:
|
||||
touch dep3
|
Reference in New Issue
Block a user