support GNU make style $*

This commit is contained in:
anon
2023-09-20 21:13:39 +02:00
parent d22ac0f888
commit 13c9dcd705
3 changed files with 7 additions and 3 deletions

View File

@ -1,4 +1,4 @@
// @COMPILECMD gcc $@ -o hw.out
// @COMPILECMD gcc $@ -o $*.out
#include <stdio.h>
void main(){