mirror of
https://github.com/ErikAndren/cue2pops-mac.git
synced 2025-04-19 15:38:04 +02:00
Initial makefile
This commit is contained in:
commit
9631990390
1 changed files with 9 additions and 0 deletions
9
Makefile
Normal file
9
Makefile
Normal file
|
@ -0,0 +1,9 @@
|
|||
|
||||
SRC = cue2pops.c
|
||||
|
||||
CC = gcc
|
||||
|
||||
TARGET=cue2pops
|
||||
|
||||
all:
|
||||
$(CC) $(SRC) -o $(TARGET)
|
Loading…
Add table
Add a link
Reference in a new issue