mirror of
git://git.psyced.org/git/psyced
synced 2024-08-15 03:25:10 +00:00
8 lines
217 B
Makefile
8 lines
217 B
Makefile
# This Makefile is for developers who edit profiles.pl only.
|
|
# If this file contains funny stuff, it has been corrupted by
|
|
# an evil program in your LPC sandbox. ;-D
|
|
|
|
it: profiles.c
|
|
|
|
profiles.c: profiles.pl
|
|
perl $<
|