This website works better with JavaScript.
Explore
Help
Sign In
silverwizard
/
CharGen
Watch
1
Star
0
Fork
You've already forked CharGen
1
Code
Issues
Pull Requests
Releases
Wiki
Activity
An RFC 864 compliant character generator.
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
7
Commits
1
Branch
0
Tags
56 KiB
Tag:
Branch:
Tree:
d22c184965
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'd22c184965'
${ noResults }
CharGen
/
Makefile
11 lines
103 B
Raw
Normal View
History
Unescape
Escape
Don't use unnecessary floating point
5 years ago
LIBS
=
Chargen and Character Generator are out of sync, but ready for linking
5 years ago
Do actual separate compilation
5 years ago
all
:
Chargen and Character Generator are out of sync, but ready for linking
5 years ago
Do actual separate compilation
5 years ago
chargen
:
chargen
.
o
character
.
o
${
CC
}
-o chargen
${
LIBS
}
$^ $>
all
:
chargen
Chargen and Character Generator are out of sync, but ready for linking
5 years ago
.PHONY
:
all