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-16 17:05:49 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
ae0e509335
COMMON
/
emulator
/
Makefile
6 lines
98 B
Makefile
Raw
Normal View
History
Unescape
Escape
Add files via upload
2018-08-07 02:14:36 +00:00
emulator
:
emulator
.
h
emulator
.
c
main
.
c
gcc -o emulator emulator.c main.c
Revising Makefiles and expanding README.
2018-08-07 10:38:40 +00:00
clean
:
rm -f emulator
Reference in New Issue
Copy Permalink