Correct old statements in Makefiles

This commit is contained in:
2016-03-22 23:33:38 +01:00
parent 70d35feac0
commit e73b4c3338
15 changed files with 21 additions and 24 deletions

View File

@@ -1,4 +1,4 @@
hamachi:
ln -f $(BASE)/scripts/*_$@.sh build/scripts
ln -f $(BASE)/runit/$@ build/runit
ln -f $(BASE)/boot/*_$@.sh build/boot
$(call script,$@)
$(call runit,$@)
$(call boot,02,$@)