This website requires JavaScript.
Explore
Mirrors
Help
Sign In
6502
/
COMMON
Watch
1
Star
0
Fork
0
You've already forked COMMON
mirror of
https://github.com/Russell-S-Harper/COMMON.git
synced
2024-11-21 20:31:02 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
6348131dcd
COMMON
/
emulator
/
Makefile
8 lines
100 B
Makefile
Raw
Normal View
History
Unescape
Escape
Normalzing Nakefiles
2020-09-26 07:40:56 +00:00
TGT
=
emulator
$(TGT)
:
$(
TGT
)
.
h
$(
TGT
)
.
c
main
.
c
gcc -o
$(
TGT
)
$(
TGT
)
.c main.c
Add files via upload
2018-08-07 02:14:36 +00:00
Revising Makefiles and expanding README.
2018-08-07 10:38:40 +00:00
clean
:
Normalzing Nakefiles
2020-09-26 07:40:56 +00:00
rm -f
$(
TGT
)
Reference in New Issue
Copy Permalink