This website requires JavaScript.
Explore
Help
Sign In
dane
/
storybook
Watch
1
Star
0
Fork
0
You've already forked storybook
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
2ad0587242
storybook
/
Makefile
10 lines
102 B
Makefile
Raw
Normal View
History
Unescape
Escape
Use a c++ compiler
2021-12-17 15:47:46 -06:00
CC
=
g++
Init commit
2021-12-17 13:54:05 -06:00
CFLAGS
=
-g
all
:
cyoa
cyoa
:
cyoa
.
c
cyoa.c
:
cyoa
.
leg
leg -o
$@
$^
clean
:
rm -f cyoa.c cyoa
Reference in New Issue
Copy Permalink