c7e6337bd0
GitOrigin-RevId: 08e4dc3a907a6dfec8bb3bbf1540d8abbffea22b
11 lines
188 B
Diff
11 lines
188 B
Diff
Support building with compilers such as Clang.
|
|
|
|
--- a/Makefile
|
|
+++ b/Makefile
|
|
@@ -1,5 +1,5 @@
|
|
all: nrg2iso.c
|
|
- gcc nrg2iso.c -o nrg2iso
|
|
+ cc nrg2iso.c -o nrg2iso
|
|
|
|
clean:
|
|
rm -f nrg2iso
|