4 lines
55 B
Plaintext
4 lines
55 B
Plaintext
default:
|
|
$(CC) build.c
|
|
./a.out || build.exe || a.exe
|
default:
|
|
$(CC) build.c
|
|
./a.out || build.exe || a.exe
|