mirror of
https://github.com/ChronosX88/psyced.git
synced 2024-11-10 04:21:02 +00:00
9 lines
217 B
Makefile
9 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 $<
|