This website works better with JavaScript.
Explore
Help
Sign In
dj3vande
/
CharGen
forked from
silverwizard/CharGen
Watch
1
Star
0
Fork
You've already forked CharGen
0
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.
3
Commits
2
Branches
0
Tags
124 KiB
Tag:
Branch:
Tree:
aef524d8ce
code-review-i
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'aef524d8ce'
${ noResults }
CharGen
/
Makefile
10 lines
96 B
Raw
Normal View
History
Unescape
Escape
Chargen and Character Generator are out of sync, but ready for linking
5 years ago
CC
=
cc
LIBS
=
-lm
server
:
Updated Dave's chargen to use character.c as datasource, need to do a rewrite
5 years ago
${
CC
}
-o chargen
${
LIBS
}
chargen.c
Chargen and Character Generator are out of sync, but ready for linking
5 years ago
all
:
server
generator
.PHONY
:
all